'Declaration Public Function New( _
ByVal processingCommandИнформация о команде обработки.As IProcessingCommandInfo, _
ByVal targetЦель обработки.As System.Object, _
ByVal ParamArray resultsРезультаты обработки.() As ProcessingResult _
)
public CompositeProcessingResult(
IProcessingCommandInfo processingCommand,
System.Object target,
params ProcessingResult[] results
)
public: CompositeProcessingResult(
IProcessingCommandInfo* processingCommand,
System.Object target,
params ProcessingResult*[]* results
)
public:
CompositeProcessingResult(
IProcessingCommandInfo^ processingCommand,
System.Object target,
... array<ProcessingResult^>^ results
)
Parameters
- processingCommand
- Информация о команде обработки.
- target
- Цель обработки.
- results
- Результаты обработки.